home *** CD-ROM | disk | FTP | other *** search
- object OverburnForm: TOverburnForm
- Left = 243
- Top = 148
- BorderStyle = bsDialog
- ClientHeight = 228
- ClientWidth = 358
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox: TGroupBox
- Left = 7
- Top = 7
- Width = 343
- Height = 178
- TabOrder = 0
- object TextLabel: TLabel
- Left = 2
- Top = 37
- Width = 339
- Height = 75
- Align = alBottom
- Alignment = taCenter
- AutoSize = False
- end
- object RadioGroup: TRadioGroup
- Left = 2
- Top = 112
- Width = 339
- Height = 64
- Align = alBottom
- Items.Strings = (
- '1'
- '2'
- '3')
- TabOrder = 0
- end
- end
- object OkButton: TButton
- Left = 52
- Top = 194
- Width = 90
- Height = 23
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 214
- Top = 194
- Width = 90
- Height = 23
- ModalResult = 2
- TabOrder = 2
- end
- end
-